Standard Operating Procedure - Bobtemplates
Most recently edited by: Paul VanderWeele
Most recent edit date: Jan 2nd, 2021
Edits were authorized by:
Purpose and Scope
Bobtemplates is a Python program and Plone add-on that can quickly create folder structures and skeletons for various applications. We use Bobtemplates to assist in developing Plone Add-Ons. This procedure outlines how to use Bobtemplates from BASH to create additional add-ons similar to our NALIMS add-ons.
Terms and Definitions
Usage
In order to use Bobtemplates, it must be installed via Pip or Buildout. To install it via Pip, simply use $ pip install bobtemplates
. To install it via